Package-level declarations
Types
This holds the response of any APDU-related action.
Result of attempting to power on the card and open the card reader.
This holds the result of any card related action. This can be a read/write action.
This holds the result of a mifare sector based card read result card related action. This can be a read/write action.
The different type of statuses related to a card action.
The block data that will be written to the specified block. The block data will contain the keyA and keyB and if keyB is not used it can be filled with data instead.
This data class contains the data necessary when reading data from a mifare card. The keys required for authenticating the sector we are attempting to write to should be provided only if we want to use them for authentication. if we provide keyA it will be used and we shouldn't provide keyB.
The data holder for a mifare sector transaction. It will contain the data required for the mifare sector read/write.